home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / April 96 / Re Promises, Promises < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.3 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Promises, Promises
  2. Sent:        3/29/96 4:19 PM
  3. Received:    3/29/96 4:31 PM
  4. From:        lamiraux@apple.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >Now the user repositions the insertion point to another location in the
  9. >document and selects the paste command. At this point my
  10. >DoExternalizeSelection method is called to fulfill the promise. The only
  11. >problem is that the promised selection is lost when the user repositioned
  12. >the cursor and there is no way for me to fulfill the promise.
  13.  
  14. Also, if you want to be able to use promises you need to be able to save 
  15. what was promised. For example by keeping in the promise object the range 
  16. of characters selected. Any changes to this range should trigger a 
  17. fulfill promise. Changing the insertion should not be a reason to fulfill 
  18. the promise. The next version of ODF will make that a little easier to do 
  19. that with the introduction of a content object. 
  20.  
  21. .......................................................................
  22.  Henri Lamiraux                                      lamiraux@apple.com
  23.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  24. .......................................................................
  25.  
  26.  
  27.